file chooser: Don't leave out icons by accident
authorMatthias Clasen <mclasen@redhat.com>
Mon, 3 Aug 2015 00:42:42 +0000 (20:42 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 3 Aug 2015 00:51:12 +0000 (20:51 -0400)
commit14de03cedf74524a952a605eb76d7b445c9a0bad
tree9969be73dcbe468b7a5e852cffccd2b2ed17d773
parent9cbd9c41870ca09e2fae0f02fc0544909b105223
file chooser: Don't leave out icons by accident

We only load thumbnails when we find that the row is in the visible
range of the treeview. It seems that animated scrolling makes it so
that the bottommost row stays out of the visible range until it is
too late. To work around this, extend the range by one row in each
direction.

http://bugzilla.gnome.org/show_bug.cgi?id=753142
gtk/gtkfilechooserwidget.c